/*   
Theme Name: Dangerous Child
Theme URI: 
Description: Child theme for MDC site based off Thematic
Author: Erin Hutchinson
Author URI: http://mydangerouscareer.com
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


/* Header */
#header {
    z-index:2;
	top: 0px;
}
#branding {
	padding: 22px 0 0;
	margin-left: 132px;
}
#blog-title {
    font-family:Arial,sans-serif;
    font-size:34px;
    font-weight:bold;
    line-height:40px;
}

#blog-title a:active,
#blog-title a:hover {
    color: #2D797E;
}

#blog-title a {
    color:#000;
    text-decoration:none;
	background: url(images/mdc_header2l.png) no-repeat center top;
	text-indent: -9000px;
	width: 980px;
	height: 200px;
	display: block;
}

#blog-description {
    color: #507D2D;
    font-size:16px;
    font-style:italic;
	float: right;
	margin-right: -90px;
	padding-bottom: 7px;
	margin-top: -36px;
}

/* Menu */
#access {
    border-bottom:1px solid #5B2D7D;
    height:64px;
    font-size:13px;
    overflow:visible;
    z-index:100;
	background-color: #5B2D7D;
}

.menu ul {float:right;
	padding-top: 32px;
}

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	background-color: #5B2D7D;
}
.sf-menu {
	line-height:	1.0;
	color: #FFFFFF;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;	
}
.sf-menu li:hover {
	visibility:		inherit;
	color: #507D2D;
}
.sf-menu li {
	float:			left;
	position:		relative;	
}
.sf-menu a {
	display:		block;
	position:		relative;
	border-right-color: #CCC;
	border-right-style: solid;
	border-left-style: solid;
	border-left-color: #CCC;
}

.sf-menu a:visited {
	color: white;
}


.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-bottom-color:#fff;
	color: #FFFFFF;
}

.sf-menu {
    border-right:0px solid #ccc;
	float:left;
	color: #FFFFFF;
}
.sf-menu a {
	border-right: 1px solid #ccc;
	padding:9px 13px;
	text-decoration:none;
	color: #FFFFFF;
	border-left: 1px solid #ccc;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:     #ffffff;
	outline:		0;
    border-bottom-color:#ccc;
	color: #507D2D;
}


/* Main */

body {
	background-color: #FFFFFF;
}


#main {
    clear:both;
    padding:0px 0 22px 0;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #;
}
#container {
    width:620px;
    float:left;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;    
	border: 3px solid #507D2D;
}

.page-title {
    font-size:13px;
    line-height:18px;
    padding:0 0 44px 0;
}
.attachment .page-title {
	font-weight: bold;
}
.page-title a {
    color:#666;
    text-decoration:none;
}
.page-title a:active,
.page-title a:hover {
    color: #5B2D7D;
}
.page-title span {
	font-weight: bold;
}
.page-title .meta-nav {
    font-style:normal;
}
.hentry {
    padding:0 0 22px 0;
}
.single .hentry {
    padding:0;
}
.home #content .sticky {
    border:1px solid #ccc;
    margin:0 0 66px 0;
    padding:22px 20px 0 20px;
}
.entry-title {
    font-family:Arial,sans-serif;
    font-size:26px;
    font-weight:bold;
    line-height:26px;
    padding: 14px 0 7px;
	color: #507D2D;
}
.entry-title a {
    color:#507D2D;
    text-decoration:none;
}
.entry-title a:active,
.entry-title a:hover {
    color: #5B2D7D;
}
.entry-meta {
    color:#666;
    font-size:13px;
    font-style:italic;
    line-height:18px;
}
.entry-meta .author {
}
.entry-meta .n {
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-meta a {
    color:#666;
    text-decoration:none;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #5B2D7D;
}
.entry-meta abbr {
    border:none;
    cursor:text;
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-content {
    padding:22px 0 0 0;
}
.entry-content h1,
.entry-content h2 {
    font-family:Arial,sans-serif;
    font-size:19px;
    font-weight:bold;
    padding:28px 0 14px 0;
}
.entry-content h3 {
    font-size: 17px;
    padding:28px 0 14px 0;
	font-weight: bold;
}
.entry-content h4 {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.entry-content table {
    margin-left:1px;
}
.entry-content embed {
    margin:0 0 22px 0;
}
.entry-utility {
    color:#666;
    font-size:13px;
    line-height:18px;
    margin:0 0 44px 0;
}
.entry-utility a {
    color:#666;
    text-decoration:none;
}
.entry-utility a:active,
.entry-utility a:hover {
    color: #5B2D7D;
}
.page-link {
    font-size:13px;
    font-weight:bold;
    line-height:18px;
    margin:0 0 22px 0;
    padding:22px 0 0 0;
    word-spacing:0.5em;
}
.page-link a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.page-link a:active,
.page-link a:hover {
    color: #5B2D7D;
}
ul#links-page,
ul#archives-page {
    list-style:none;
    margin-left:0;
    overflow:hidden;
}
li.content-column {
    float:left;
    margin-right:20px;
    width:45%;
}
.gallery {
    padding:0 0 22px 0;
}
.wp-caption-text,
.gallery-caption {
    color:#666;
    font-size:13px;
    line-height:18px;
}
#author-info {
    margin:0 0 44px 0;
    overflow:hidden;
}
#author-info .avatar {
    float:left;
    margin:.3em 1em 0 0;
}


/* Aside */
.aside,
.aside input {
    font-size:13px;
    line-height:18px;
    margin-bottom:6px;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
    margin-bottom:18px;
}
.aside pre,
.aside code {
    font-size:12px;
    line-height:18px;
}
.aside .current_page_item a {
    color: #5B2D7D;
}
.aside .current_page_item .page_item a {
    color:#666;
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
    color: #5B2D7D;
}
.aside {
    color:#666;
}
.aside a {
    color:#666;
}
.aside a:active,
.aside a:hover {
    color: #5B2D7D;
}
.aside h3 {
    font-size: 15px;
    line-height: 22px;
	font-weight: bold;
	color: #507D2D;
	padding-top: 7px;
}
.aside h3 a {
    text-decoration:none;
}
.aside caption {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.aside ul {
    list-style:none;
    margin-left:0;
}
.aside ul ul {
    list-style:disc;
    margin:0 0 22px 20px;
}
.aside ul ul li {
    padding:1px 0;
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside form,
.aside table {
    margin-bottom:22px;
}
.aside table {
    border:none;
}
.aside thead {
    border:1px solid #ccc;
}
.aside tbody {
    border:1px solid #ccc;
}
.aside th, .aside td {
    border-right:1px solid #ccc;
    padding:.25em .8em;
}
.aside tfoot tr {
    border:none;
}
.aside tfoot td {
    border-color:transparent;
}
.widget_tag_cloud {
    margin:0 0 22px 0;
}
.aside #searchsubmit {
	display: none;	
}

.main-aside {
    width:300px;
    float:right;
    position:relative;
    right:10px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    border: 3px solid #507D2D;
}
#secondary {
    clear:right;
}

.main-aside ul {
    padding:0 20px;
}
.main-aside h3 {
	font-weight: normal;
	font-style: normal;
}
.main-aside ul ul {
    padding:0;
}
#primary {
    border:1px solid #ccc;
    padding:18px 0 0 0;
    margin-bottom:22px;
    border: 3px solid #507D2D;
}
/*
    Content Asides
*/
#content .aside {
    border:1px solid #ccc;
    margin:0 0 22px 0;
    padding:18px 0 0 0;
}
#content .aside ul {
    padding:0 20px;
}
#content .aside h3 {
    padding:0 0 7px 0;
    text-transform:none;
	font: bold 17px Georgia,serif;
}
#content .aside ul ul {
    padding:0;
}


/* Footer */
#footer {
    border-top:1px solid #ccc;
    margin-top:22px;
	background-color: #5B2D7D;
}
#siteinfo {
    color: white;
    font-size:11px;
    line-height:18px;
    padding:22px 0 44px 0;
}
#siteinfo a {
    color:#fFFFFF;
}
#siteinfo a:active,
#siteinfo a:hover {
	font-weight: bold;
	color: #FFFFFF;
}

#subsidiary .aside {
    color:#FFFFFF;
}

#subsidiary .aside a {
color:#FFFFFF;
}

#subsidiary .aside a:hover {
	font-weight: bold;
}

#subsidiary .aside h3 {
color:#FFFFFF;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
}

/* Typography */
body, input, textarea {
	font: 15px/22px Geneva, Arial, sans-serif;
}

a:active,
a:hover {
    color: #5B2D7D;
}
/* Images */

/* Comments */